Dalstrong Inc.

Owner: ben@dalstrong.com · Dalstrong · ← all brands

Active days
8
Sessions
270
Active hours
3.83
real mouse/keyboard time
Page views
154
Actions
0
Entities changed
0

Action mix

Bid
0
Budget
0
Status
0
Rule
0
Scheduler
0

Current automation state

Rules
3 / 21
active / total — 18 paused, 0 expired
Dayparting
0 / 0
active / total — 0 paused, 0 expired
Managers
14
Executives
1
Sellers
1
Vendors
0

Profile 4414737971071757 · amazon · north_america

Top users on this brand

EmailNameRoleSessionsActive min
admin@hectorai.live Hector Admin Admin 147 109.1
analyst@neondigital.media Shaurya Ithikkat Manager 94 105.8
arshad@neondigital.media Arshad Manager 14 6.5
aaradhya@neondigital.media Aaradhya Manager 6 4.5
vinod@neondigital.media Vinod Manager 4 1.9
ben@dalstrong.com Ben Horgan Admin 3 1.2
d.dallaire@dalstrong.com David Dallaire Manager 1 0.3
jleonard@dalstrong.com Jessica Leonard Manager 1 0.3

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-06-17 2 46 0.63 45 0 0
2026-06-18 2 50 1.00 18 0 0
2026-06-19 2 17 0.29 1 0 0
2026-06-20 1 53 0.61 42 0 0
2026-06-21 2 2 0.01 2 0 0
2026-06-22 4 37 0.49 11 0 0
2026-06-23 7 43 0.44 26 0 0
2026-06-24 3 22 0.34 9 0 0
4 queries · scanned 24.99 MB · cost $0.000149 · 7.29s
Query 1 · 1 rows · 13.77 MB · $0.000082 · 2.64s
SELECT brand_group,
       ANY_VALUE(profile_owner_email) AS profile_owner_email,
       ANY_VALUE(company_name)        AS company_name,
       SUM(distinct_users)            AS user_day_rows,
       COUNT(DISTINCT day)            AS active_days,
       SUM(sessions)                  AS sessions,
       SUM(active_seconds)            AS active_seconds,
       SUM(page_views)                AS page_views,
       SUM(action_count)              AS action_count,
       SUM(entity_count)              AS entity_count,
       SUM(bid_actions)               AS bid_actions,
       SUM(budget_actions)            AS budget_actions,
       SUM(status_actions)            AS status_actions,
       SUM(rule_actions)              AS rule_actions,
       SUM(scheduler_actions)         AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Dalstrong Inc.')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
Query 2 · 8 rows · 1.44 MB · $0.000009 · 1.39s
SELECT email,
       ANY_VALUE(full_name) AS full_name,
       ANY_VALUE(role)      AS role,
       SUM(sessions)        AS sessions,
       ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('Dalstrong Inc.')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 8 rows · 9.52 MB · $0.000057 · 1.98s
SELECT day,
       distinct_users,
       sessions,
       ROUND(active_hours, 2) AS active_hours,
       page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Dalstrong Inc.')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY day
Query 4 · 1 rows · 273.0 KB · $0.000002 · 1.29s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Dalstrong Inc.')
LIMIT 5